date_datetime_string

返回给定的日期时间的字符串,日期时间格式是系统默认的。

语法:

date_datetime_string(date);


参数 描述
date The date to use.


返回: String(字符串)


描述

使用此函数你可以创建一个包含给定日期的字符串,格式根据运行此游戏的系统设备不同而不同。


例如:

str = date_datetime_string(date_current_datetime());

这将 "str" 设置为类似于 "2September 15th 2011, 11:33.00"的字符串, 具体取决于系统的日期时间显示设置以及当前日期和时间。


上一页: Date And Time
下一页: date_day_span
© Copyright YoYo Games Ltd. 2018 All Rights Reserved